home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TextEditorSettings.h
-
- Contains: TextEditor Settings dialog functions
-
- Written by: Steve Smith
-
- Copyright: © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
- */
-
- #ifndef _TEXTEDITORSETTINGS_
- #define _TEXTEDITORSETTINGS_
-
- // --- OpenDoc Includes ---
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #ifndef SOM_ODStorageUnit_xh
- #include <StorageU.xh>
- #endif
-
- void ModalSettingsDialog(Environment* ev, ODFrame* frame, Rect* margins, ODUShort* alignment);
-
- #endif